home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sound Fx
/
Sound Fx.iso
/
Software
/
ZIPED
/
JZ32V26B.EXE
/
INSTALL.INF
< prev
next >
Wrap
INI File
|
1996-10-17
|
3KB
|
95 lines
; JAZZ installation script
[Application]
Name=jazz
Title=The JAZZ midi sequencer
Directory=c:\jazz
PM Group=The JAZZ midi sequencer
Free Space=2000 ; in kbytes
[Disks]
1=JAZZ Install Disk
[Directories]
; List of destination directories (under the main destination directory).
1=.
[SourceDirs]
; List of directories on the source disks.
1=.
[FileGroups]
; List of file groups, max 5.
1=Main Program Files
2,N=Support for 3-Button Mouse
[Windows Files]
; Files to be installed in \windows\system.
;
; <description>=<source name> <dest name> <sourcedir #> <0> <disk #> <Y | N>
;
; The last parameter specifies compression (yes or no)
;
[Files1]
;
; <description>=<source name> <dest name> <sourcedir #> <destdir #> <disk #> <Y | N>
;
; The last parameter specifies compression (yes or no)
;
Latest Changes=changelo.tx_ changelo.txt 1 1 1 Y
Copyright Notice=copying.tx_ copying.txt 1 1 1 Y
JAZZ Config File=jazz2.cf_ jazz.cfg 1 1 1 Y
JAZZ Executable=jazz.ex_ jazz.exe 1 1 1 Y
JAZZ Help Files=jazz.hl_ jazz.hlp 1 1 1 Y
The JAZZ song=jazz.mi_ jazz.mid 1 1 1 Y
TODO List=todo.tx_ todo.txt 1 1 1 Y
Demo Song 1=demo1.mid demo1.mid 1 1 1 N
Demo Song 2=demo2.mid demo2.mid 1 1 1 N
Demo Song 3=demo3.mid demo3.mid 1 1 1 N
Demo Song 4=demo4.mid demo4.mid 1 1 1 N
Demo Rhythm=demo.rhy demo.rhy 1 1 1 N
Demo Harmonies=demo.har demo.har 1 1 1 N
[Files2]
JAZZ 3 Button Mouse=jazz3.cf_ jazz.cfg 1 1 1 Y
[PM Group]
; Zero or more items to go in the Program Manager (or other
; shell) group.
;
; <Item title> [,<executeable>,<icon index>]=<command spec>
;
; E.g.
;
; Read Me,progman.exe,28=notepad.exe {1}readme.txt
; Changes=notepad.exe {1}test.txt
JAZZ Sequencer={1}jazz.exe
JAZZ Help={1}jazz.hlp
Latest Changes=notepad.exe {1}changelo.txt
Copyright=notepad.exe {1}copying.txt
;Read Me,progman.exe,28=notepad.exe {1}readme.txt
;Test File=notepad.exe {1}test.txt
[Execution]
; Zero or more program specifications.
;
; [W][?]['<Message>']=<command spec>
;
; W: Wait for program termination
; ?: Ask yes/no
; Message: Message in message box
; Command spec: Command line, where {n} is replaced by directory
;
; E.g.
;
; W=notepad {1}readme.txt ; Wait for termination
; W?'Read the ReadMe now?'=notepad {1}readme.txt ; Ask if execute
; 'Read this file carefully!'=notepad {1}readme.txt ; Messagebox, then execute
; dummy=notepad {1}readme.txt ; No message, just execute
; W?'Read the ReadMe now?'=notepad.exe {1}readme.txt